home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TSTATUSFORM / TSTATUSFORM.txt
Text File  |  2004-10-13  |  2KB  |  112 lines

  1. object Statusform: TStatusform
  2.   Left = 631
  3.   Top = 408
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Wait...'
  7.   ClientHeight = 225
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Topbevel: TBevel
  21.     Left = 0
  22.     Top = 65
  23.     Width = 417
  24.     Height = 8
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object Filelabel: TLabel
  29.     Left = 8
  30.     Top = 72
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object Totallabel: TLabel
  35.     Left = 8
  36.     Top = 128
  37.     Width = 70
  38.     Height = 13
  39.     Caption = 'Total progress:'
  40.   end
  41.   object Bottombevel: TBevel
  42.     Left = 8
  43.     Top = 184
  44.     Width = 401
  45.     Height = 9
  46.     Shape = bsTopLine
  47.   end
  48.   object Toppanel: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 417
  52.     Height = 65
  53.     Align = alTop
  54.     BevelOuter = bvNone
  55.     Color = clWhite
  56.     TabOrder = 0
  57.     object Captionlabel: TLabel
  58.       Left = 8
  59.       Top = 8
  60.       Width = 5
  61.       Height = 13
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.     end
  69.     object Infolabel: TLabel
  70.       Left = 16
  71.       Top = 24
  72.       Width = 3
  73.       Height = 13
  74.     end
  75.     object Info2label: TLabel
  76.       Left = 16
  77.       Top = 40
  78.       Width = 168
  79.       Height = 13
  80.       Caption = 'Press cancel to abort the operation.'
  81.     end
  82.   end
  83.   object Fileprogressbar: TProgressBar
  84.     Left = 8
  85.     Top = 88
  86.     Width = 401
  87.     Height = 33
  88.     Min = 0
  89.     Max = 100
  90.     TabOrder = 1
  91.   end
  92.   object Totalprogressbar: TProgressBar
  93.     Left = 8
  94.     Top = 144
  95.     Width = 401
  96.     Height = 33
  97.     Min = 0
  98.     Max = 100
  99.     TabOrder = 2
  100.   end
  101.   object Cancelbutton: TButton
  102.     Left = 168
  103.     Top = 192
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Cancel'
  107.     Default = True
  108.     TabOrder = 3
  109.     OnClick = CancelbuttonClick
  110.   end
  111. end
  112.